QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

QuickTime MIDI Port

This structure provides information about a MIDI port.

struct QTMIDIPort {
    SynthesizerConnections      portConnections;
    Str63                       portName;
};
typedef struct QTMIDIPort QTMIDIPort;
portConnections
A synthesizer connections structure Synthesizer Connections for MIDI Devices .
portName
The name of the output port.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next